Context-Driven Development Experiment 3: Building Multi-Project JIRA Support with Claude Code
Every week, I run small experiments with context-driven development (CDD), AI tools, and imdone - a tool I built that keeps your backlog right in your source code so you never lose context.
This week, I'm putting Claude Code to the test on a real-world feature: allowing developers to select which JIRA project to add issues to when using imdone-cli.
Why This Feature Matters
On my team, we constantly juggle multiple JIRA projects. We have our main development project, but we also need to create tickets for the infrastructure team, file bugs in different projects, and coordinate across team boundaries.
Previously, switching between projects meant manually editing configuration files or working around limitations. This new feature eliminates that friction, making cross-team coll…
( 10
min )